func net.dtoi

12 uses

	net (current package)
		conf.go#L296: 			debugLevel, _, _ = dtoi(s)
		dial.go#L187: 		proto, i, ok := dtoi(protostr)
		dnsconfig_unix.go#L99: 					n, _, _ := dtoi(s[6:])
		dnsconfig_unix.go#L107: 					n, _, _ := dtoi(s[8:])
		dnsconfig_unix.go#L113: 					n, _, _ := dtoi(s[9:])
		interface.go#L254: 		index, _, _ = dtoi(name)
		ip.go#L576: 		n, c, ok := dtoi(s)
		ip.go#L753: 	n, i, ok := dtoi(mask)
		lookup_unix.go#L38: 		if proto, _, ok := dtoi(f[1]); ok {
		parse.go#L122: func dtoi(s string) (n int, i int, ok bool) {
		port_unix.go#L35: 		port, j, ok := dtoi(portnet)
		sock_linux.go#L77: 	n, _, ok := dtoi(f[0])